Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Basic Munin Plugin #52

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

TafThorne
Copy link

Series of changes that add a very basic Munin Plugin that logs the readings from TEMPered.

Add a very basic MUNIN plugin based on the Munin example shell plugin.

For this munin-plugin to work, you must already have "installed" a copy
of TEMPered to /usr/local/bin/tempered.

As TEMPered requires root permissions to access some devices, a
TEMPered.conf.d plugin configuration file is included.  Copy this to the
/etc/munin/plugin-conf.d/ directory on your system.

Either copy the TEMPered munin-plugin file to your /etc/munin/plugins/
directory or take the more common approach of creating a symlink in
there to the munin-plugin/TEMPered file.

Restart your munin-node service and you should see readings begin for
the sensor.
Previously only the first temperature reading was recorded in the Munin
plugin.  This update records each reading in turn.
Many of the other temperature reading plugins for Munin are under the
sesnors category.  If we do not specify a category we get placed under
"other".
Existing temperature reading charts label their vertical axis as Degrees
Celsius.  I would use a degree symbol ° and a capital C but Munin's
support for rendering this seems a little off.
graph_info gives a little background to what the readings on a chart
are.  Add short note explaining where these reading come from.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant